Next: , Previous: Publishing links, Up: Configuration


13.1.7 Generating a sitemap

The following properties may be used to control publishing of a map of files for a given project.

:auto-sitemap When non-nil, publish a sitemap during org-publish-current-project or org-publish-all.


:sitemap-filename Filename for output of sitemap. Defaults to sitemap.org (which becomes sitemap.html).


:sitemap-title Title of sitemap page. Defaults to name of file.


:sitemap-function Plug-in function to use for generation of the sitemap. Defaults to org-publish-org-sitemap, which generates a plain list of links to all files in the project.


:sitemap-sort-folders Where folders should appear in the sitemap. Set this to first (default) or last to display folders first or last, respectively. Any other value will mix files and folders.


:sitemap-alphabetically The site map is normally sorted alphabetically. Set this explicitly to nil to turn off sorting.


:sitemap-ignore-case Should sorting be case-sensitive? Default nil.